Skip to content

Conversation

@VLukasBecker
Copy link
Contributor

Subject

Description

Developer checklist (address before review)

  • Rebase → commit history clean
  • Squash and merge → proper PR title

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where the Windows service start path was using the wrong URI variable (listenUri from command line instead of configuredListenUri extracted from the sanitized configuration). The fix refactors the code to use a single lambda function for both Windows service and non-service execution paths.

Key Changes:

  • Introduces a lambda callStartRegistry that captures the correct configuredListenUri and other parameters
  • Updates the Windows service path to use this lambda (fixing the original bug)
  • Refactors the non-Windows service path to use the same lambda for consistency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@VDanielEdwards VDanielEdwards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you! 👍

@VLukasBecker VLukasBecker force-pushed the silkit-1896_registry_service_limited_to_port_8500 branch from b895b2a to ef95846 Compare January 7, 2026 14:04
@VLukasBecker VLukasBecker merged commit a6e2861 into main Jan 7, 2026
15 checks passed
@VLukasBecker VLukasBecker deleted the silkit-1896_registry_service_limited_to_port_8500 branch January 7, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants